Home | All Classes | Grouped Classes | Index | Search

CL_Vector::operator ==

Returns true if current vector equals v.

	bool operator == (
		const CL_Vector& v);

Parameters:

v
other vector.

Return value:

true if v equals the current vector, false otherwise.

See also:

CL_Vector



Questions or comments, write to the ClanLib mailing list.